C1SpanDataCollection<T> Class Members
The following tables list the members exposed by C1SpanDataCollection<T>.
| Name | Description |
 | ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | Count | Overridden. Gets the number of elements in the collection. |
 | CurrentPage | Gets the current page number. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | GroupDescriptions | Gets the group descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | HasMoreItems | Gets a value indicating whether this collection can load more items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IsUpdating | Gets a value indicating whether the collection is being updated. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IsVirtualizing | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | Item | Overridden. Gets the element at the specified index in the read-only list. |
 | Length | Gets the maximum number of items that can be in the collection. |
 | PageSize | Gets or sets the maximum number of items per page. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | Start | Gets the index in the underlying collection where this collection starts. |
 | TotalCount | Overridden. Gets the total number of items in the collection. |
Top
| Name | Description |
 | CanFilter | Returns whether the collection is able to filter the specified expression. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanGroup | Returns whether the collection is able to group the specified group descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanInsert | Overridden. |
 | CanInsertRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanMove | Overridden. |
 | CanMoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanRemove | Overridden. |
 | CanRemoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanReplace | Overridden. |
 | CanReplaceRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanSort | Returns whether the collection is able to sort the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CreateNewItem | Creates a new item of the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | DisconnectAsync | Disconnects the collection from the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | Dispose | Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | FilterAsync | Filters the data using specified filter expression. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | GetItemType | Gets the type of the item. (Inherited from C1.DataCollection.C1WrapDataCollection<T>) |
 | GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | GroupAsync | Overloaded. Groups the collection according to the specified group descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IndexOf | Overridden. Gets the index of the specified item. |
 | InsertAsync | Overridden. |
 | InsertRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | LoadAsync | Load the items between the specified indexes. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | MoveAsync | Overridden. |
 | MoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | MoveToPageAsync | Moves to the page . (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | RefreshAsync | Refreshes the collection data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | RemoveAsync | Overridden. |
 | RemoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | ReplaceAsync | Overridden. |
 | ReplaceRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | Slice | Specifies the bounds of the collection. |
 | SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
Top